Re: Can an upate center be on a site that requires https?
Peter Hansson <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAC55jYOf+P33cvTMS+oZP4YPWGoB-QkuSuMdvT3vyBQ3zAe6qg@mail.gmail.com> |
There's no problem. It can be HTTPS as well as HTTP. The only thing you have to remember - and this is not documented - is that verification of the server's certificate has been turned off in the NB Platform code. Any server certificate will be accepted. Why this is so I don't know. I suspect it was handy when the code was developed and then it was not removed when the code went into production. Peter On Mon, Nov 30, 2015 at 11:20 PM, jhuber <[email protected]> wrote: > Hello! > > The examples and docs I've found for setting up an update center have all > used a regular http URL, such as > Code: > http://my_site.com/updates.xml > > . > > Can the update center be on a site that requires https, such as the update > center link would be > Code: > https://my_site.com/updates.xml > > ? > > Perhaps the https negotiation all happens in the background and NetBeans > doesn't care??? > > Thanks! > > > > >