You  don't need to use a self-signed certificate to continue your 
implementation ( You can use it but you don't have to ).  Recent DSpace 
versions are forgiving. You can configure both DSpace ends using domain 
names using (http) or IP that's include private or public IP without SSL 
and DSpace still works.

*** You need to stop the Webserver and have port 80 and 8443 publicly 
accessible for this to work. ***
** dspace.cfg or local.cfg
dspace.server.url = http://server-public-ip:8443/server 
<http://server-public-ip:8080/server>
dspace.ui.url =  http://server-public-ip

** config.prod.yml
ui:
  ssl: false
  host: server-private-ip
  port: 80

rest:
  ssl: false
  host: server-public-ip
  port: 8080
  nameSpace: /server

1) yarn test:rest
2) yarn start:prod
3) Access DSpace at http://server-public-ip


The above setup should keep you going till you get your public cert but If 
you still need to get the self-signed cert working you need to post the OS 
and the webserver you are using. Posting the reverse proxy will help.

Mo.

On Friday, March 17, 2023 at 5:58:41 PM UTC+3 Jorge Alberto Bonilla 
Castaneda wrote:

> SSL issues
>
> Good morning, when I hosted my dspace 7.4 on the web, I realized that it 
> is not possible to use the front-end if the back-end does not have a secure 
> certificate.
>
> At the moment we can't get this certificate, but to continue with the 
> implementation and configuration of it I wanted to use a self-generated 
> certificate, so in a local copy of the machine in the cloud, I started 
> trying, generating the certificate with keytool and doing the modifications 
> in the urls of dspace.cfg and config.prod.yml
>
> Well now my back-end was using the 8443.
> [image: cer.png]
>
> however the front-end gave me the following error:
> [image: er.png]
>
> what could be doing wrong? Is it because it is a self generated 
> certificate? 
>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/6c1f50b1-0e1d-475b-b8e5-75972f99b389n%40googlegroups.com.

Reply via email to