updatemanager : Server returned HTTP response code: 403 for URL: https://getupdates.sun .com/solaris/

updatemanager : Server returned HTTP response code: 403 for URL: https://getupdates.sun .com/solaris/

Post by greek_philosophi.. » Thu, 19 Jan 2006 05:33:06



Hi all,

    Just tried to register another system with updatemanager
and it said I needed an internet connection , which I have
since the patch that requires me to use updatemanager was
just downloaded.

    The syslog says I am getting a 403 which means that I asked
for something forbidden and I should not do it again.

    Is registration broken today or is it the server?

    Below is a snippet of the syslog.

    Jan 17 20:02:13 luke root: [ID 702911 user.crit]  =>

server.PatchServerProxy.downloadRealizationDetectors(PatchServerProxy.java:127)
Jan 17 20:02:13 luke    at
com.sun.patchpro.analysis.HostAnalyzer$RealizationSetAuto.downloadDetectorsWithPOST(HostAnalyzer.
java:1190)
Jan 17 20:02:13 luke    at
com.sun.patchpro.analysis.HostAnalyzer$RealizationSetAuto.downloadDetectors(HostAnalyzer.java:115
4)
Jan 17 20:02:13 luke    at
com.sun.patchpro.analysis.HostAnalyzer$RealizationSetAuto.prepare(HostAnalyzer.java:873)
Jan 17 20:02:13 luke    at
com.sun.patchpro.analysis.HostAnalyzer.downloadDetectors(HostAnalyzer.java:299)
Jan 17 20:02:13 luke root: [ID 702911 user.crit]  =>

model.PatchProModel.downloadDetectors(PatchProModel.java:1764)
Jan 17 20:02:13 luke    at
com.sun.patchpro.model.PatchProStateMachine$4.run(PatchProStateMachine.java:245)
Jan 17 20:02:13 luke    at
com.sun.patchpro.util.State.run(State.java:266)
Jan 17 20:02:13 luke    at java.lang.Thread.run(Thread.java:595)
Jan 17 20:02:13 luke Caused by: java.io.IOException: Server returned
HTTP response code: 403 for URL: https://getupdates.sun
.com/solaris/
Jan 17 20:02:13 luke root: [ID 702911 user.crit]  =>

model.PatchProModel.downloadDetectors(PatchProModel.java:1764)
Jan 17 20:02:13 luke    at
com.sun.patchpro.model.PatchProStateMachine$4.run(PatchProStateMachine.java:245)
Jan 17 20:02:13 luke    at
com.sun.patchpro.util.State.run(State.java:266)
Jan 17 20:02:13 luke    at java.lang.Thread.run(Thread.java:595)
Jan 17 20:02:13 luke Caused by: java.io.IOException: Server returned
HTTP response code: 403 for URL: https://getupdates.sun
.com/solaris/
Jan 17 20:02:13 luke root: [ID 702911 user.crit]  =>

col.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1133)
Jan 17 20:02:13 luke    at
com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.getInputStream(HttpsURLConn
ectionOldImpl.java:204)
Jan 17 20:02:13 luke    at
com.sun.patchpro.util.Downloader.connectToURL(Downloader.java:358)
Jan 17 20:02:13 luke    ... 15 more
Jan 17 20:02:13 luke root: [ID 702911 user.crit]  =>

col.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1133)
Jan 17 20:02:13 luke    at
com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.getInputStream(HttpsURLConn
ectionOldImpl.java:204)
Jan 17 20:02:13 luke    at
com.sun.patchpro.util.Downloader.connectToURL(Downloader.java:358)

.

 
 
 

1. rewrite rule for http URL -> https URL on specified directory

We have some directories which should only be accessed via https.  The
mod_ssl example in the "how to" section describes:

#   Force clients from the Internet to use HTTPS
      RewriteEngine        on
      RewriteCond          %{HTTPS} !=on
      RewriteRule          .* - [F]

That prevents http access, but does not redirect to an https URL.  So which
RewriteRule(s) does one use to tell the rewrite engine to do:

   http://machine/somepath/* -> https://machine/somepath/*

???

Thanks,

David Mathog

Manager, sequence analysis facility, biology division, Caltech

2. How to restore Windows partition after mkfs?

3. SSL--URL Redirect http to https

4. ms proxy on a lan - configuration

5. With apache, virtual host http://domain.com/test/ not equal to http://domein/test

6. DOUBLE LOGINS

7. using http://server/username instead of http://server/~username

8. FTP restriction ?

9. apache http proxy - http/1.0 vs http/1.1

10. http error 403 (forbidden)

11. http error 403 with ip masq

12. split http and https servers - any thoughts?

13. Apache Proxy server that will transform an HTTP request in a HTTPS request