cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Why do I need to provide SSL certificate? I think the best option should be server use certificates from OS. Currently I need to worry with certificates changes and expirations.

View Entire Topic
Former Member
0 Likes

I believe a server certificate has to identify the domain it is served from. If so, it isn't possible to ship a certificate from a signing authority for use at customer sites.

Former Member
0 Likes

But using same logic, you don't send certificate when you use your browser to go to your internet banking. I wanna know why "SA browser" doesn't have same behavior.

graeme_perrow
Advisor
Advisor
0 Likes

Browsers are shipped with a ton of root certificates built-in. When the browser connects to your bank site, the server sends its certificate to your browser, which checks to make sure that it is signed by one of the certificates it already knows about. SA works exactly the same way, only it doesn't ship with hundreds of root certificates already installed.

Former Member

@Graeme, ok. But can SA use root certificates of OS to check current url certificate.

MarkCulp
Participant

It could, but it does not currently do that. I have had discussions about this in the past and we may consider this as an enhancement in some future release.

Former Member
0 Likes

Mark, and do you have a schedule for this?

VolkerBarth
Contributor
0 Likes

Is there really an OS-specific certificate store, or is this browser-specific?

At least when using our company certificates, I surely have to import them in each browser (IE, FF, ...) separately... - and one of our applications makes use of client certificates and - as it is WinINet based - pulls them automatically from IE's store (as IE is WinINet based as well).

MarkCulp
Participant
0 Likes

Zote: No, I cannot say at this time when this feature would be available.

graeme_perrow
Advisor
Advisor
0 Likes

I believe there is an OS store that most browsers use, but Firefox has its own. IIRC, Chrome uses the same list as IE does.

VolkerBarth
Contributor
0 Likes

I should correct myself - it's not WinINet but CryptoAPI that is used both from IE and our respective application..

Note Jeff's answer which clarifies this comment question...